Get Audience
AutomatR.TFMailchimp.Activities.GetAudience
The "Get Audience" activity in AutomatR is part of the Mailchimp Audience activities package, allowing users to retrieve a list of audiences associated with their Mailchimp account.
Properties
Name | Description |
---|---|
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get Audience" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Get Audience Response | Outputs a list of audience names associated with the Mailchimp account. Variables of type List<string> to store the list of audience names. |
How to use:
- Drag and drop the "Get Audience" activity onto the workflow.
- Optionally, configure the delay property.
- Execute the workflow to retrieve the list of audiences associated with the Mailchimp account.
- The result, a list of audience names, will be stored in the variable specified for "Get Audience Response."
Example: Consider an example where the "Get Audience" activity is used to retrieve the list of audiences associated with the Mailchimp account:
Get Audience:
Delay: 2
Get Audience Response: audienceList
In this example, the activity retrieves the list of audience names associated with the Mailchimp account. The list of audience names is stored in the variable "audienceList" for further handling in the workflow.